home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-10 | 651 b | 19 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // PictWindow.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _PictWindow_
- #define _PictWindow_
-
- extern void InitPictWindowHandlers(void);
- extern void PictWindowOpen(FSSpecPtr theSpec);
-
- #endif